-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Build fail with Xcode 11.3 #83
base: master
Are you sure you want to change the base?
Conversation
CocoaPods 1.9.0.beta.2 is available. To update use: `sudo gem install cocoapods --pre` [!] This is a test version we'd love you to try. For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.9.0.beta.2 Analyzing dependencies Downloading dependencies Generating Pods project Integrating client project Pod installation complete! There are 8 dependencies from the Podfile and 13 total pods installed. which updates to 4.9.3 Which has a fix for Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1.3 compiler Refer AudioKit/AudioKit#1940 for fix
e56cdc4
to
d403282
Compare
xcodeDeveloperDir: '/Applications/Xcode_11.2.1.app/Contents/Developer'
@vanshg Coz was facing error with the version and was not able to set directly to Never used the azure pipeline before Please take look at changes |
I actually have made some updates as of last month. I need to push them still. It involves switching to Swift Package Manager and moving away from the xcworkspace format, which should allow compilation. I'll get that pushed soon. That will probably invalidate this PR |
@hb2708 Are you able to have some more success with this branch? https://github.com/vanshg/MacAssistant/tree/SwiftPM |
@vanshg Tried to run but getting some build errors |
With what error? |
So my xcode Version is 11.3.1 (11C504) Is in file Assistant.swift lazy var service: AssistantServiceClient = AssistantServiceClient(address: ASSISTANT_API_ENDPOINT, secure: true) service.metadata = try! Metadata(["authorization": "Bearer (Defaults.accessToken)"])
|
Also need to run Also i can not find the Package.swift file in this branch |
Xcode 11.3 #83 |
This fixes #82
Open in Xcode 11.3 and
pod update AudioKit
which updates to 4.9.3Which has a fix for Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1.3 compiler
Refer AudioKit/AudioKit#1940 for fix